/***
   Default style
***/
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
body,
input,
button,
textarea {
	color: #354650;
	font-family: Lato, sans-serif;
}
body {
	background: #00aff1 url(../img/flow-pattern.png) repeat;
	display: table;
	width: 100%;
}
textarea {
	resize: none;
}
input:focus,
textarea:focus {
	outline: none;
}
input:invalid {
	box-shadow: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #92abb6;
}
:-moz-placeholder {
	color: #92abb6;
	opacity: 1;
}
::-moz-placeholder {
	color: #92abb6;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #92abb6;
}
/***
   Content style
***/
#back {
	background: url(../img/flow-close.svg) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#content-logo {
	background: url(../img/flow-logo.svg) no-repeat;
	height: 44px;
	width: 200px;
	margin: 20px auto 0;
	display: block;
}
#content-breadcrumbs {
	height: 30px;
	width: 311px;
	margin: 20px auto 0;
	position: relative;
}
#content-breadcrumbs a {
	position: absolute;
	top: 0;
	height: 30px;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/flow-white-sother.svg) no-repeat;
	color: #a4b8c1;
}
#content-breadcrumbs a.address {
	left: 0;
}
#content-breadcrumbs a.services {
	left: 77px;
}
#content-breadcrumbs a.contacts {
	left: 154px;
}
#content-breadcrumbs a.done {
	left: 231px;
}
#content-breadcrumbs a.active {
	background: url(../img/flow-active-sother.svg) no-repeat;
	color: #fff;
}
#content-breadcrumbs a.confirm {
	background: url(../img/flow-confirm-sother.svg) no-repeat;
	color: #fff;
}
#content-breadcrumbs a.confirm i {
	background: url(../img/flow-success.svg) no-repeat;
	width: 11px;
	height: 10px;
	display: inline-block;
	margin-right: 3px;
}
#content-breadcrumbs a:first-child.active {
	background: url(../img/flow-active-sfirst.svg) no-repeat;
	color: #fff;
}
#content-breadcrumbs a:first-child.confirm {
	background: url(../img/flow-confirm-sfirst.svg) no-repeat;
	color: #fff;
}
#wrap {
	display: table;
	width: 100%;
}
#wrap.other #wrap-left {
	display: table-cell;
	width: 0;
}
#wrap.other #wrap-right {
	display: table-cell;
	width: 100%;
}
#wrap.special #wrap-left {
	display: table-footer-group;
}
#wrap.special #wrap-right {
	display: table-header-group;
}
#stanford {
	width: 320px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fcf5f7 url(../img/stanford-small.png) no-repeat;
	margin: 0 auto 20px;
	padding: 141px 0 26px;
}
#stanford-text1 {
	text-align: center;
	color: #2b2b2b;
	font-size: 18px;
	margin: 14px auto 0;
	padding: 0 10px;
}
#stanford-button {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	background: rgba(185, 0, 52, 0.09);
	font-size: 18px;
	font-weight: bold;
	color: #b90034;
	text-decoration: none;
	width: 170px;
	line-height: 45px;
	display: table;
	text-align: center;
	margin: 26px auto 21px;
}
#stanford-text2 {
	font-size: 18px;
	text-align: center;
	color: #2b2b2b;
	margin: 0 auto;
	padding: 0 10px;
}
#stanford-text2 a {
	color: #a80028;
	text-decoration: none;
}
#content-block-step1 {
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 20px auto;
	padding: 29px 0 37px;
	width: 320px;
}
#content-header-step1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}
#content-description-step1 {
	font-size: 16px;
	text-align: center;
	color: #728b9b;
	margin-top: 23px;
}
#content-input-step1 {
	margin: 24px auto 0;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	font-size: 18px;
	width: 256px;
	line-height: 56px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	display: block;
}
#content-input-step1.error,
#content-input-step1.error:focus {
	border: solid 2px #ff2e42;
}
#content-input-step1:focus {
	border: solid 2px #54d0ff;
}
#content-message-step1 {
	font-size: 14px;
	text-align: center;
	margin-top: 16px;
	display: none;
	color: #1dd384;
}
#content-message-step1 i {
	background: url(../img/flow-message.svg) no-repeat;
	width: 14px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
}
#content-message-step1.error {
	color: #ff2e42;
}
#content-button-step1 {
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: table;
	width: 260px;
	background: #54d1ff;
	margin: 20px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content-button-step1:hover {
	background: #00aff1;
}
#content-button-step1.disabled {
	opacity: 0.3;
	background: #54d1ff;
}
#content-button-step1 span {
	display: table;
	background: url(../img/flow-next.svg) no-repeat center right;
	padding-right: 20px;
	margin: 0 auto;
}
#content-question-step1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
	line-height: 26px;
}
#content-question-step1 a {
	color: #54d0ff;
	text-decoration: none;
}
#content-jobs-step1 {
	font-size: 18px;
	margin: 30px auto 0;
	display: table;
	color: #354650;
}
#content-block-step1 form {
	margin-top: 35px;
}
#content-block-step1 form input {
	font-size: 18px;
	color: #54d0ff;
	background: #e6f8ff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	width: 110px;
	line-height: 40px;
}
#content-block-step2 {
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 20px auto;
	padding: 29px 0 37px;
	width: 320px;
	position: relative;
}
#content-header-step2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	padding: 0 20px;
}
#content-requests-step2 {
	margin: 24px auto 0;
	width: 280px;
}
#content-requests-step2 span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#content-requests-step2 textarea {
	border: solid 2px #c6d0d8;
	font-size: 18px;
	height: 100px;
	padding: 10px 20px;
	width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	display: block;
	background: #f2f6fc;
}
#content-requests-step2 textarea:focus {
	border: solid 2px #54d0ff;
}
#content-service-step2 {
	width: 280px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	display: table;
	margin: 20px auto 0;
	box-sizing: border-box;
}
#content-service-step2.attention {
	border: solid 2px #ff2f4f;
}
#content-service-step2 div.unit {
	display: table-row;
}
#content-service-step2 div.unit:first-child div.table {
	padding-top: 15px;
}
#content-service-step2 div.unit:last-child div.table {
	padding-bottom: 15px;
}
#content-service-step2 div.unit:last-child div.table div.row:first-child div.cell:first-child,
#content-service-step2 div.unit:last-child div.table div.row:last-child div.cell:first-child {
	padding: 3px 0 4px 25px;
}
#content-service-step2 div.unit:last-child div.table div.row:first-child div.cell:last-child,
#content-service-step2 div.unit:last-child div.table div.row:last-child div.cell:last-child {
	padding: 3px 25px 4px 15px;
}
#content-service-step2 div.unit div.table {
	display: table;
}
#content-service-step2 div.unit div.table div.row {
	display: table-row;
}
#content-service-step2 div.unit div.table div.row div.cell {
	display: table-cell;
	vertical-align: middle;
}
#content-service-step2 div.unit div.table div.row div.cell.fix1:first-child {
	padding: 3px 0 4px 25px !important;
}
#content-service-step2 div.unit div.table div.row div.cell.fix1:last-child {
	padding: 3px 25px 4px 15px !important;
}
#content-service-step2 div.unit div.table div.row div.cell.fix2:first-child {
	padding: 10px 0 10px 25px !important;
}
#content-service-step2 div.unit div.table div.row div.cell.fix2:last-child {
	padding: 10px 25px 10px 15px !important;
}
#content-service-step2 div.unit div.table div.row div.cell:first-child {
	padding: 10px 0 10px 25px;
}
#content-service-step2 div.unit div.table div.row div.cell:last-child {
	padding: 10px 25px 10px 15px;
}
#content-service-step2 div.unit div.table div.row div.cell i {
	width: 28px;
	height: 28px;
	background: url(../img/flow-check.svg) no-repeat;
	display: block;
	cursor: pointer;
}
#content-service-step2 div.unit div.table div.row.active div.cell i {
	background: url(../img/flow-check-active.svg) no-repeat;
}
#content-service-step2 div.unit div.table div.row div.cell span {
	font-size: 18px;
	cursor: pointer;
	line-height: 19px;
}
div.content-input-step2 {
	position: relative;
	width: 280px;
	margin: 30px auto 0;
}
div.content-input-step2.reset-margin {
	margin: 0 auto;
}
div.content-input-step2 span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
div.content-input-step2 input {
	width: 100%;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	font-size: 18px;
	color: #2b2b2b;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
}
div.content-input-step2 input:focus {
	border: solid 2px #54d0ff;
}
div.content-input-step2.attention input,
div.content-input-step2.attention input:focus {
	border: solid 2px #ff2f4f;
	color: #ff2f4f;
}
div.content-input-step2.attention i {
	position: absolute;
	bottom: 21px;
	right: 19px;
	width: 3px;
	height: 18px;
	background: url(../img/flow-attention.svg) no-repeat;
}
div.content-input-step2.complete i {
	position: absolute;
	bottom: 24px;
	right: 14px;
	width: 15px;
	height: 11px;
	background: url(../img/flow-complete.svg) no-repeat;
}
#content-researching-step2 {
	margin-top: 20px;
}
#content-researching-step2 span {
	display: table;
	background: url(../img/researching.svg) no-repeat center left;
	padding: 5px 0 0 40px;
	font-size: 18px;
	height: 28px;
	cursor: pointer;
	margin: 0 20px;
}
#content-researching-step2 span.active {
	background: url(../img/researching-active.svg) no-repeat center left;
}
#content-plan-step2 {
	width: 280px;
	margin: 30px auto 0;
}
#content-plan-step2 > span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#plan-fonth {
	padding: 15px 25px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
}
#plan-fonth.attention {
	border: solid 2px #ff2f4f;
}
#plan-list {
	list-style: none;
}
#plan-list li {
	overflow: hidden;
	padding: 10px 0;
}
#plan-list li i {
	width: 28px;
	height: 28px;
	background: url(../img/flow-radio.svg) no-repeat;
	display: block;
	float: left;
	cursor: pointer;
}
#plan-list li.active i {
	background: url(../img/flow-radio-active.svg) no-repeat;
}
#plan-list li span {
	font-size: 18px;
	display: block;
	float: left;
	margin: 2px 0 0 15px;
	cursor: pointer;
}
#plan-type1 {
	display: none;
	margin: 15px 0 10px;
}
#plan-type1 input {
	width: 100%;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
	border: solid 2px #c6d0d8;
	font-size: 18px;
	color: #2b2b2b;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
	margin: 15px 0;
	cursor: unset;
}
#plan-type2 {
	display: none;
	margin: 15px 0 10px;
}
#plan-type2 div.select {
	position: relative;
}
#plan-type2 div.select input {
	margin: 0;
	cursor: pointer;
}
#plan-type2 div.select input.attention {
	border: solid 2px #ff2f4f;
}
#plan-type2 div.select i {
	position: absolute;
	right: 15px;
	top: 26px;
	background: url(../img/plan-type-dd.svg) no-repeat;
	width: 15px;
	height: 9px;
	cursor: pointer;
}
#plan-type2 div.select ul {
	display: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
	z-index: 1;
	list-style: none;
}
#plan-type2 div.select ul li {
	line-height: 40px;
	font-size: 18px;
	padding-left: 15px;
	cursor: pointer;
}
#plan-type2 div.select ul li:first-child {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	color: #92abb6;
}
#plan-type2 div.select ul li:last-child {
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#plan-type2 div.select ul li:hover,
#plan-type2 div.select ul li.active {
	background: #f2f6fb;
}
#plan-type2 input {
	width: 100%;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
	border: solid 2px #c6d0d8;
	font-size: 18px;
	color: #2b2b2b;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
	margin: 15px 0;
	cursor: unset;
}
#content-care-step2 {
	width: 280px;
	margin: 30px auto 0;
}
#content-care-step2 > span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#care-fonth {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 25px;
}
#care-fonth div.row {
	display: table-row;
}
#care-fonth div.row div.cell {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px 10px 0;
}
#care-fonth div.row div.cell:last-child {
	width: 100%;
}
#care-fonth div.row div.cell i {
	width: 28px;
	height: 28px;
	background: url(../img/flow-check.svg) no-repeat;
	display: block;
	cursor: pointer;
}
#care-fonth div.row.active div.cell i {
	background: url(../img/flow-check-active.svg) no-repeat;
}
#care-fonth div.row div.cell span {
	font-size: 18px;
	cursor: pointer;
	line-height: 19px;
}
#content-help-step2 {
	text-align: right;
	margin-top: 10px;
	padding: 0 20px;
}
#content-help-step2 span {
	color: #54d1ff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: dashed;
}
#content-button-step2 {
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: table;
	width: 280px;
	background: #54d1ff;
	margin: 20px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content-button-step2:hover {
	background: #00aff1;
}
#content-button-step2.disabled {
	opacity: 0.3;
	background: #54d1ff;
}
#content-button-step2 span {
	display: table;
	background: url(../img/flow-next.svg) no-repeat center right;
	padding-right: 20px;
	margin: 0 auto;
}
#content-message-step2 {
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 280px;
	background: #ff2f4f;
	margin: 20px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 8px 20px 12px;
	box-sizing: border-box;
	text-align: center;
}
#content-question-step2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
	line-height: 26px;
}
#content-question-step2 a {
	color: #54d0ff;
	text-decoration: none;
}
#content-jobs-step2 {
	font-size: 18px;
	margin: 30px auto 0;
	display: table;
	color: #354650;
}
#content-block-step2 form {
	margin-top: 35px;
}
#content-block-step2 form input {
	font-size: 18px;
	color: #54d0ff;
	background: #e6f8ff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	width: 110px;
	line-height: 40px;
}
#content-popup-bg {
	background: rgba(0, 21, 29, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: none;
}
#content-popup-form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 27px 10px 36px;
	z-index: 2;
	display: none;
}
#content-popup-close {
	background: url(../img/close.svg) no-repeat;
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 17px;
}
#content-popup-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 30px;
	line-height: 24px;
	margin-bottom: 34px;
}
#content-popup-mobile {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #b6eaff;
	overflow: hidden;
}
#content-popup-mobile-header {
	display: table;
	width: 100%;
}
#content-popup-mobile-header div.cell {
	color: #fff;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%;
	border-right: solid 1px #b6eaff;
	padding: 4px 0 6px;
	background: #54d0ff;
}
#content-popup-mobile-header div.cell:last-child {
	border-right: unset;
}
#content-popup-mobile div.text {
	border-top: 1px solid #b6eaff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 4px 0 6px;
}
#content-popup-mobile div.text.b1 {
	background: #e6f8ff;
}
#content-popup-mobile div.text.b2 {
	background: #d8f5ff;
}
#content-popup-mobile div.text.big {
	font-size: 18px;
	font-weight: bold;
	line-height: unset;
	padding: 8px 0 10px;
}
#content-popup-mobile div.text.bold {
	font-weight: bold;
}
#content-popup-mobile div.text div.help {
	border-bottom: 1px dotted;
	cursor: help;
	display: inline;
	position: relative;
}
#content-popup-mobile div.text div.help span {
	background: #354650;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	bottom: 25px;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-left: -120px;
	padding: 8px 15px 12px;
	position: absolute;
	text-align: center;
	width: 240px;
	line-height: 18px;
	box-sizing: border-box;
}
#content-popup-mobile div.text div.help span i {
	width: 16px;
	height: 16px;
	background: #354650;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#content-popup-mobile div.value {
	display: table;
	width: 100%;
	border-top: solid 1px #b6eaff;
}
#content-popup-mobile div.value.b2 {
	background: #f6fcff;
}
#content-popup-mobile div.value.bold {
	font-weight: bold;
}
#content-popup-mobile div.value.error {
	background: #fbdcdc;
}
#content-popup-mobile div.value div.cell {
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%;
	border-right: solid 1px #b6eaff;
	padding: 4px 0 6px;
}
#content-popup-mobile div.value div.cell:last-child {
	border-right: unset;
}
#content-popup-mobile div.value div.cell i.fch {
	background: url(../img/fch.svg) no-repeat;
	display: block;
	height: 14px;
	margin: 3px auto 1px;
	width: 18px;
}
#content-popup-mobile div.value div.cell i.fmin {
	background: url(../img/fmin.svg) no-repeat;
	display: block;
	height: 15px;
	margin: 2px auto 0;
	width: 18px;
}
#content-popup-mobile div.value div.cell i.fucheck {
	background: url(../img/fucheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popup-mobile div.value div.cell i.fcheck {
	background: url(../img/fcheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popup-desktop {
	display: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #b6eaff;
	overflow: hidden;
}
#content-popup-desktop-header {
	display: table;
	width: 100%;
}
#content-popup-desktop-header div.cell {
	color: #fff;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 18%;
	border-right: solid 1px #b6eaff;
	padding: 8px 0 10px;
	background: #54d0ff;
}
#content-popup-desktop-header div.cell:first-child {
	width: 46%;
	background: #e6f8ff;
}
#content-popup-desktop-header div.cell:last-child {
	border-right: unset;
}
#content-popup-desktop div.line {
	display: table;
	width: 100%;
}
#content-popup-desktop div.line div.cell {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
	width: 18%;
	border-right: solid 1px #b6eaff;
	border-top: solid 1px #b6eaff;
	padding: 8px 0 10px;
	text-align: center;
}
#content-popup-desktop div.line div.cell.b1 {
	background: #e6f8ff;
}
#content-popup-desktop div.line div.cell.b2 {
	background: #d8f5ff;
}
#content-popup-desktop div.line div.cell.b3 {
	background: #f6fcff;
}
#content-popup-desktop div.line div.cell.error {
	background: #fbdcdc;
}
#content-popup-desktop div.line div.cell.bold {
	font-weight: bold;
}
#content-popup-desktop div.line div.cell.big {
	font-size: 18px;
	font-weight: bold;
}
#content-popup-desktop div.line div.cell div.help {
	border-bottom: 1px dotted;
	cursor: help;
	display: inline;
	position: relative;
}
#content-popup-desktop div.line div.cell div.help span {
	background: #354650;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	bottom: 25px;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-left: -65px;
	padding: 8px 15px 12px;
	position: absolute;
	text-align: center;
	width: 240px;
	line-height: 18px;
	box-sizing: border-box;
}
#content-popup-desktop div.line div.cell div.help span i {
	background: #354650;
	bottom: -8px;
	height: 16px;
	left: 54px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 16px;
}
#content-popup-desktop div.line div.cell:first-child {
	width: 46%;
	line-height: 14px;
	padding-left: 10px;
	text-align: left;
}
#content-popup-desktop div.line div.cell:last-child {
	border-right: unset;
}
#content-popup-desktop div.line div.cell i.fch {
	background: url(../img/fch.svg) no-repeat;
	display: block;
	height: 14px;
	margin: 3px auto 1px;
	width: 18px;
}
#content-popup-desktop div.line div.cell i.fmin {
	background: url(../img/fmin.svg) no-repeat;
	display: block;
	height: 15px;
	margin: 2px auto 0;
	width: 18px;
}
#content-popup-desktop div.line div.cell i.fucheck {
	background: url(../img/fucheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popup-desktop div.line div.cell i.fcheck {
	background: url(../img/fcheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popup-description {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 20px;
}
#content-popup-button {
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: table;
	width: 280px;
	background: #54d1ff;
	margin: 0 auto;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content-popup-button:hover {
	background: #00aff1;
}
#content-popup-button.disabled {
	opacity: 0.3;
	background: #54d1ff;
}
#content-popup-button span {
	display: table;
	background: url(../img/flow-next.svg) no-repeat center right;
	padding-right: 20px;
	margin: 0 auto;
}
#content-popup-message {
	background: #ff2f4f;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	display: none;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto 0;
	padding: 8px 20px 12px;
	text-align: center;
	width: 280px;
}
#content-popups-bg {
	background: rgba(0, 21, 29, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: none;
}
#content-popups-form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 27px 10px 36px;
	z-index: 2;
	display: none;
}
#content-popups-close {
	background: url(../img/close.svg) no-repeat;
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 17px;
}
#content-popups-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 30px;
	line-height: 24px;
	margin-bottom: 34px;
}
#content-popups-mobile {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #b6eaff;
	overflow: hidden;
}
#content-popups-mobile-header {
	display: table;
	width: 100%;
}
#content-popups-mobile-header div.cell {
	color: #fff;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%;
	border-right: solid 1px #b6eaff;
	padding: 4px 0 6px;
	background: #54d0ff;
}
#content-popups-mobile-header div.cell:last-child {
	border-right: unset;
}
#content-popups-mobile div.text {
	border-top: 1px solid #b6eaff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 4px 0 6px;
}
#content-popups-mobile div.text.b1 {
	background: #e6f8ff;
}
#content-popups-mobile div.text.b2 {
	background: #d8f5ff;
}
#content-popups-mobile div.text.big {
	font-size: 18px;
	font-weight: bold;
	line-height: unset;
	padding: 8px 0 10px;
}
#content-popups-mobile div.text.bold {
	font-weight: bold;
}
#content-popups-mobile div.text div.help {
	border-bottom: 1px dotted;
	cursor: help;
	display: inline;
	position: relative;
}
#content-popups-mobile div.text div.help span {
	background: #354650;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	bottom: 25px;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-left: -120px;
	padding: 8px 15px 12px;
	position: absolute;
	text-align: center;
	width: 240px;
	line-height: 18px;
	box-sizing: border-box;
}
#content-popups-mobile div.text div.help span i {
	width: 16px;
	height: 16px;
	background: #354650;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#content-popups-mobile div.value {
	display: table;
	width: 100%;
	border-top: solid 1px #b6eaff;
}
#content-popups-mobile div.value.b2 {
	background: #f6fcff;
}
#content-popups-mobile div.value.bold {
	font-weight: bold;
}
#content-popups-mobile div.value.error {
	background: #fbdcdc;
}
#content-popups-mobile div.value div.cell {
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%;
	border-right: solid 1px #b6eaff;
	padding: 4px 0 6px;
}
#content-popups-mobile div.value div.cell:last-child {
	border-right: unset;
}
#content-popups-mobile div.value div.cell i.fch {
	background: url(../img/fch.svg) no-repeat;
	display: block;
	height: 14px;
	margin: 3px auto 1px;
	width: 18px;
}
#content-popups-mobile div.value div.cell i.fmin {
	background: url(../img/fmin.svg) no-repeat;
	display: block;
	height: 15px;
	margin: 2px auto 0;
	width: 18px;
}
#content-popups-mobile div.value div.cell i.fucheck {
	background: url(../img/fucheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popups-mobile div.value div.cell i.fcheck {
	background: url(../img/fcheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popups-desktop {
	display: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #b6eaff;
	overflow: hidden;
}
#content-popups-desktop-header {
	display: table;
	width: 100%;
}
#content-popups-desktop-header div.cell {
	color: #fff;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 18%;
	border-right: solid 1px #b6eaff;
	padding: 8px 0 10px;
	background: #54d0ff;
}
#content-popups-desktop-header div.cell:first-child {
	width: 46%;
	background: #e6f8ff;
}
#content-popups-desktop-header div.cell:last-child {
	border-right: unset;
}
#content-popups-desktop div.line {
	display: table;
	width: 100%;
}
#content-popups-desktop div.line div.cell {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
	width: 18%;
	border-right: solid 1px #b6eaff;
	border-top: solid 1px #b6eaff;
	padding: 8px 0 10px;
	text-align: center;
}
#content-popups-desktop div.line div.cell.b1 {
	background: #e6f8ff;
}
#content-popups-desktop div.line div.cell.b2 {
	background: #d8f5ff;
}
#content-popups-desktop div.line div.cell.b3 {
	background: #f6fcff;
}
#content-popups-desktop div.line div.cell.error {
	background: #fbdcdc;
}
#content-popups-desktop div.line div.cell.bold {
	font-weight: bold;
}
#content-popups-desktop div.line div.cell.big {
	font-size: 18px;
	font-weight: bold;
}
#content-popups-desktop div.line div.cell div.help {
	border-bottom: 1px dotted;
	cursor: help;
	display: inline;
	position: relative;
}
#content-popups-desktop div.line div.cell div.help span {
	background: #354650;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	bottom: 25px;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-left: -65px;
	padding: 8px 15px 12px;
	position: absolute;
	text-align: center;
	width: 240px;
	line-height: 18px;
	box-sizing: border-box;
}
#content-popups-desktop div.line div.cell div.help span i {
	background: #354650;
	bottom: -8px;
	height: 16px;
	left: 54px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 16px;
}
#content-popups-desktop div.line div.cell:first-child {
	width: 46%;
	line-height: 14px;
	padding-left: 10px;
	text-align: left;
}
#content-popups-desktop div.line div.cell:last-child {
	border-right: unset;
}
#content-popups-desktop div.line div.cell i.fch {
	background: url(../img/fch.svg) no-repeat;
	display: block;
	height: 14px;
	margin: 3px auto 1px;
	width: 18px;
}
#content-popups-desktop div.line div.cell i.fmin {
	background: url(../img/fmin.svg) no-repeat;
	display: block;
	height: 15px;
	margin: 2px auto 0;
	width: 18px;
}
#content-popups-desktop div.line div.cell i.fucheck {
	background: url(../img/fucheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popups-desktop div.line div.cell i.fcheck {
	background: url(../img/fcheck.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#content-popups-description {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 20px;
}
#content-popups-button {
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: table;
	width: 280px;
	background: #54d1ff;
	margin: 20px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	cursor: pointer;
}
#content-popups-button:hover {
	background: #00aff1;
}
#content-block-step3 {
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 20px auto;
	padding: 29px 0 37px;
	width: 320px;
}
#content-header-step3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	padding: 0 20px;
}
#content-vname-step3,
#content-gname-step3 {
	font-size: 16px;
	font-weight: bold;
	margin: 24px auto 10px;
	width: 280px;
}
#content-variant-step3,
#content-cargender-step3 {
	width: 280px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	margin: 0 auto;
	display: table;
	padding: 15px 0;
	box-sizing: border-box;
}
#content-variant-step3.attention,
#content-cargender-step3.attention {
	border: solid 2px #ff2f4f;
}
#content-variant-step3 div.unit,
#content-cargender-step3 div.unit {
	display: table-row;
}
#content-variant-step3 div.unit div.icon,
#content-cargender-step3 div.unit div.icon {
	height: 28px;
	margin: 10px 0 10px 25px;
	display: table;
	cursor: pointer;
}
#content-variant-step3 div.unit div.icon i,
#content-cargender-step3 div.unit div.icon i {
	width: 28px;
	height: 28px;
	background: url(../img/flow-radio.svg) no-repeat;
	display: block;
	float: left;
}
#content-variant-step3 div.unit div.icon.active i,
#content-cargender-step3 div.unit div.icon.active i {
	background: url(../img/flow-radio-active.svg) no-repeat;
}
#content-variant-step3 div.unit div.icon span,
#content-cargender-step3 div.unit div.icon span {
	font-size: 18px;
	display: block;
	float: left;
	margin: 2px 0 0 15px;
}
div.content-input-step3 {
	position: relative;
	width: 280px;
	margin: 30px auto 0;
}
div.content-input-step3 span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
div.content-input-step3 div.choice {
	display: table;
	width: 100%;
	height: 60px;
}
div.content-input-step3 div.choice div.cell {
	display: table-cell;
	width: 50%;
}
div.content-input-step3 div.choice div.cell div.btn {
	border: 2px solid #c6d0d8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fb;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
	height: 60px;
	box-sizing: border-box;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}
div.content-input-step3 div.choice div.cell div.btn.active,
div.content-input-step3 div.choice div.cell div.btn:hover {
	border: 2px solid #54d0ff;
	color: #54d0ff;
	background: #f2fcff;
}
div.content-input-step3 div.choice div.cell:first-child {
	padding-right: 10px;
}
div.content-input-step3 div.choice div.cell:last-child {
	padding-left: 10px;
}
div.content-input-step3 input {
	width: 100%;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	font-size: 18px;
	color: #2b2b2b;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
}
div.content-input-step3 input:focus {
	border: solid 2px #54d0ff;
}
div.content-input-step3.attention input,
div.content-input-step3.attention input:focus {
	border: solid 2px #ff2f4f;
	color: #ff2f4f;
}
div.content-input-step3.attention i {
	position: absolute;
	bottom: 21px;
	right: 19px;
	width: 3px;
	height: 18px;
	background: url(../img/flow-attention.svg) no-repeat;
}
div.content-input-step3.complete i {
	position: absolute;
	bottom: 24px;
	right: 14px;
	width: 15px;
	height: 11px;
	background: url(../img/flow-complete.svg) no-repeat;
}
#content-button-step3 {
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: table;
	width: 280px;
	background: #54d1ff;
	margin: 20px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content-button-step3:hover {
	background: #00aff1;
}
#content-button-step3.disabled {
	opacity: 0.3;
	background: #54d1ff;
}
#content-button-step3 span {
	display: table;
	background: url(../img/flow-next.svg) no-repeat center right;
	padding-right: 20px;
	margin: 0 auto;
}
#content-message-step3 {
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 280px;
	background: #ff2f4f;
	margin: 20px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 8px 20px 12px;
	box-sizing: border-box;
	text-align: center;
}
#content-question-step3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
	line-height: 26px;
}
#content-question-step3 a {
	color: #54d0ff;
	text-decoration: none;
}
#content-jobs-step3 {
	font-size: 18px;
	margin: 30px auto 0;
	display: table;
	color: #354650;
}
#content-block-step3 form {
	margin-top: 35px;
}
#content-block-step3 form input {
	font-size: 18px;
	color: #54d0ff;
	background: #e6f8ff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	width: 110px;
	line-height: 40px;
}
#content-image-step3 {
	width: 62px;
	height: 61px;
	background: url(../img/location-small.svg) no-repeat;
	margin: 0 auto;
}
#content-title-step3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	margin: 10px auto 0;
	text-align: center;
	width: 280px;
}
#content-title-step3 span {
	color: #54d0ff;
}
#content-description-step3 {
	font-size: 18px;
	line-height: 1.39;
	margin: 18px auto 0;
	text-align: center;
	width: 280px;
}
#content-price-step3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	margin: 25px auto 0;
	text-align: center;
	width: 280px;
}
div.content-input-step3.big {
	margin: 20px auto 0;
}
div.content-input-step3.big.attention i {
	bottom: 31px;
}
div.content-input-step3.big.complete i {
	bottom: 34px;
}
div.content-input-step3.big input {
	font-size: 48px;
	height: 80px;
	padding: unset;
	text-align: center;
}
#content-range-step3 {
	color: #92abb6;
	font-size: 14px;
	line-height: 1.36;
	margin: 6px auto 0;
	text-align: center;
	width: 280px;
}
#content-hours-step3 {
	display: table;
	position: relative;
	width: 280px;
	margin: 15px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #e9f9ff;
	padding: 20px;
	box-sizing: border-box;
}
#content-hours-step3 div.cell {
	display: table-cell;
	vertical-align: middle;
}
#content-hours-step3 div.cell i.clock {
	background: url(../img/hours-clock.svg) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 15px;
}
#content-hours-step3 div.cell i.arrow {
	background: url(../img/hours-arrow.svg) no-repeat;
	bottom: -20px;
	height: 37px;
	left: 50%;
	position: absolute;
	width: 37px;
	margin-left: -18px;
}
#content-hours-step3 div.cell span {
	font-size: 16px;
	line-height: 1.25;
}
#content-report-step3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.17;
	margin: 33px auto -10px;
	text-align: center;
	width: 280px;
}
#content-option-step3 {
	background: #f2f6fc;
	border: 2px solid #c6d0d8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	display: table;
	margin: 20px auto 0;
	padding: 25px;
	width: 280px;
}
#content-option-step3.attention {
	border: solid 2px #ff2f4f;
}
#content-option-step3 div.cell {
	display: table-cell;
	line-height: 28px;
}
#content-option-step3 div.cell:first-child {
	width: 55%;
}
#content-option-step3 div.cell:last-child {
	width: 45%;
}
#content-option-step3 div.cell i {
	background: url(../img/flow-check.svg) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 28px;
	margin-right: 15px;
	width: 28px;
}
#content-option-step3 div.cell.active i {
	background: url(../img/flow-check-active.svg) no-repeat;
}
#content-option-step3 div.cell span {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 18px;
}
#content-contacting-step3,
#content-walk-step3 {
	width: 280px;
	margin: 30px auto 0;
}
#content-contacting-step3 > span,
#content-walk-step3 > span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#contacting-fonth,
#walk-fonth {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 25px;
}
#contacting-fonth div.row,
#walk-fonth div.row {
	display: table-row;
}
#contacting-fonth div.row div.cell,
#walk-fonth div.row div.cell {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px 10px 0;
}
#contacting-fonth div.row div.cell:last-child,
#walk-fonth div.row div.cell:last-child {
	width: 100%;
}
#contacting-fonth div.row div.cell i {
	width: 28px;
	height: 28px;
	background: url(../img/flow-check.svg) no-repeat;
	display: block;
	cursor: pointer;
}
#walk-fonth div.row div.cell i {
	width: 28px;
	height: 28px;
	background: url(../img/flow-radio.svg) no-repeat;
	display: block;
	cursor: pointer;
}
#contacting-fonth div.row.active div.cell i {
	background: url(../img/flow-check-active.svg) no-repeat;
}
#walk-fonth div.row.active div.cell i {
	background: url(../img/flow-radio-active.svg) no-repeat;
}
#contacting-fonth div.row div.cell span,
#walk-fonth div.row div.cell span {
	font-size: 18px;
	cursor: pointer;
	line-height: 19px;
}
#content-block-step4 {
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 20px auto;
	padding: 39px 0 38px;
	width: 320px;
	position: relative;
}
#content-icon-step4 {
	width: 70px;
	height: 64px;
	background: url(../img/flow-accept.svg) no-repeat;
	margin: 0 auto;
}
#content-header-step4 {
	padding: 0 20px;
	margin-top: 20px;
}
#content-header-step4 strong {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	display: block;
}
#content-header-step4 span {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: block;
	margin-top: 15px;
}
#content-hide2-step4 {
	display: none;
}
#content-trial1-step4,
#content-trial2-step4 {
	padding: 0 20px;
}
#content-trial1-step4 u,
#content-trial2-step4 u {
	width: 135px;
	height: 140px;
	background: url(../img/lucky.svg) no-repeat;
	margin: 0 auto;
	display: block;
}
#content-trial1-step4 span,
#content-trial2-step4 span {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 15px;
}
#content-trial1-step4 span i,
#content-trial2-step4 span i {
	font-style: normal;
	color: #54d0ff;
}
#content-variant-step4 {
	display: table;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 40px;
}
#content-variant-step4 div.line {
	display: table-row;
}
#content-variant-step4 div.line div.block {
	display: table-cell;
	font-size: 18px;
	line-height: 28px;
	vertical-align: top;
	position: relative;
	height: 120px;
}
#content-variant-step4 div.line div.block span {
	display: block;
	height: 40px;
	width: 40px;
	border: 2px solid #54d0ff;
	border-radius: 40px;
	text-align: center;
	color: #54d0ff;
	line-height: 36px;
	box-sizing: border-box;
	cursor: default;
	font-size: 20px;
	margin-right: 20px;
	position: relative;
	z-index: 2;
	background: #fff;
}
#content-variant-step4 div.line div.block i {
	position: absolute;
	top: 0;
	left: 19px;
	background: #d9e2ea;
	width: 2px;
	bottom: 0;
	z-index: 1;
}
#content-attention-step4 {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: rgba(84, 208, 255, 0.15);
	padding: 15px 20px 15px 40px;
	width: 280px;
	box-sizing: border-box;
	margin: 0 auto;
}
#content-attention-step4 i {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 6px;
	height: 35px;
	background: url(../img/attention.svg) no-repeat;
	margin-top: -17px;
}
#content-yes-step4,
#content-claim-step4 {
	height: 60px;
	width: 280px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 60px;
	margin: 30px auto 0;
	text-transform: uppercase;
}
#content-yes-step4:hover,
#content-claim-step4:hover{
	background: #00aff1;
}
#content-no-step4,
#content-close-step4{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #728b9b;
	margin-top: 20px;
}
#content-no-step4 span,
#content-close-step4 span {
	cursor: pointer;
}
#content-qphone-step4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin-top: 30px;
}
#content-qphone-step4 a {
	color: #54d0ff;
	text-decoration: none;
}
#content-block-step4 form {
	margin-top: 37px;
}
#content-block-step4 form input {
	font-size: 18px;
	color: #54d0ff;
	background: #e6f8ff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	width: 110px;
	line-height: 40px;
}
#content-image-step4 {
	width: 62px;
	height: 58px;
	background: url(../img/assessment-logo-small.svg) no-repeat;
	margin: -10px auto 0;
}
#content-title-step4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.17;
	text-align: center;
	margin: 19px auto 0;
	width: 275px;
}
#content-title-step4 span {
	color: #54d0ff;
}
#content-description-step4 {
	font-size: 18px;
	line-height: 1.39;
	margin: 7px auto 0;
	text-align: center;
	width: 275px;
}
#content-datetime-step4 {
	display: table;
	width: 280px;
	margin: 1px auto 0;
}
#content-datetime-step4 div.cell {
	display: table-row;
}
#content-datetime-step4 div.cell span {
	font-size: 18px;
	font-weight: bold;
	margin: 18px 0 9px;
	display: block;
}
#content-datetime-step4 div.cell:last-child div.input {
	margin-top: 10px;
}
#content-datetime-step4 div.cell div.input {
	position: relative;
}
#content-datetime-step4 div.cell div.input input {
	background: #f2f6fc;
	border: 2px solid #c6d0d8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	color: #2b2b2b;
	font-size: 18px;
	height: 60px;
	padding: 0 40px 0 20px;
	width: 100%;
}
#content-datetime-step4 div.cell div.input.attention input {
	border: solid 2px #ff2f4f;
}
#content-datetime-step4 div.cell div.input input:focus {
	border: 2px solid #54d0ff;
}
#content-datetime-step4 div.cell i.calendar {
	position: absolute;
	top: 20px;
	right: 17px;
	width: 20px;
	height: 20px;
	background: url(../img/assessment-calendar.svg) no-repeat;
}
#content-datetime-step4 div.cell i.am {
	background: #e9ebee;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 34px;
	position: absolute;
	right: 87px;
	text-align: center;
	top: 13px;
	width: 60px;
	cursor: pointer;
}
#content-datetime-step4 div.cell i.pm {
	background: #e9ebee;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 34px;
	position: absolute;
	right: 17px;
	text-align: center;
	top: 13px;
	width: 60px;
	cursor: pointer;
}
#content-datetime-step4 div.cell i.am.active,
#content-datetime-step4 div.cell i.pm.active {
	background: #54d0ff;
	color: #fff;
}
#content-button-step4 {
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: table;
	width: 280px;
	background: #54d1ff;
	margin: 22px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#content-button-step4:hover {
	background: #00aff1;
}
#content-button-step4.disabled {
	opacity: 0.3;
	background: #54d1ff;
	cursor: default;
}
#content-button-step4 span {
	display: table;
	background: url(../img/flow-next.svg) no-repeat center right;
	padding-right: 20px;
	margin: 0 auto;
}
#content-message-step4 {
	display: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 280px;
	background: #ff2f4f;
	margin: 20px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 8px 20px 12px;
	box-sizing: border-box;
	text-align: center;
}
#content-question-step4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 23px;
	line-height: 26px;
}
#content-question-step4 a {
	color: #54d0ff;
	text-decoration: none;
}
#content-poped-bg {
	background: rgba(0, 21, 29, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	display: none;
}
#content-poped-form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 32px 30px 41px;
	z-index: 4;
	display: none;
}
#content-poped-close {
	background: url(../img/close.svg) no-repeat;
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 17px;
}
#content-poped-title1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 15px;
}
#content-poped-form div.content-poped-input {
	display: table;
	width: 100%;
	margin-top: 20px;
}
#content-poped-form div.content-poped-input div.cell {
	display: table-row;
}
#content-poped-form div.content-poped-input div.cell span {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
#content-poped-form div.content-poped-input div.cell div.border {
	height: 60px;
	border: 2px solid #c6d0d8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fb;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
	position: relative;
	box-sizing: border-box;
}
#content-poped-form div.content-poped-input div.cell div.border.attention {
	border: 2px solid #ff2f4f !important;
}
#content-poped-form div.content-poped-input div.cell div.border input,
#content-poped-form div.content-poped-input div.cell div.border i {
	position: absolute;
}
#content-poped-form div.content-poped-input div.cell div.border input {
	border: 0;
	background: transparent;
	font-size: 18px;
	height: 60px;
	padding: 0 20px;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}
#content-poped-form div.content-poped-input div.cell div.border i.like_calendar {
	position: absolute;
	top: 20px;
	right: 17px;
	width: 20px;
	height: 20px;
	background: url(../img/assessment-calendar.svg) no-repeat;
}
#content-poped-form div.content-poped-input div.cell div.border i.like_am {
	color: #728b9b;
	font-size: 16px;
	font-style: normal;
	right: 60px;
	top: 19px;
	cursor: pointer;
}
#content-poped-form div.content-poped-input div.cell div.border i.like_am.active {
	color: #54d0ff;
	font-weight: bold;
}
#content-poped-form div.content-poped-input div.cell div.border i.like_pm {
	color: #728b9b;
	font-size: 16px;
	font-style: normal;
	cursor: pointer;
	top: 19px;
	right: 20px;
}
#content-poped-form div.content-poped-input div.cell div.border i.like_pm.active {
	color: #54d0ff;
	font-weight: bold;
}
#content-poped-title2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
	margin: 32px 0 15px;
}
#content-poped-later {
	font-size: 18px;
	display: table;
	background: url(../img/like-check.svg) no-repeat left center;
	padding: 5px 0 0 40px;
	height: 28px;
	cursor: pointer;
	margin-bottom: -5px;
}
#content-poped-later.active {
	background: url(../img/like-check-active.svg) no-repeat left center;
}
#content-poped-button {
	height: 60px;
	border-radius: 6px;
	background: #54d1ff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	margin-top: 20px;
	text-transform: uppercase;
}
#content-poped-button:hover {
	background: #00aff1;
}
#content-poped-msg {
	background: #ff2f4f;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	display: none;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto 0;
	text-align: center;
	padding: 8px 20px 12px;
}
#content-poped-msg span {
	display: block;
}
#content-poped-no {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #728b9b;
	margin-top: 20px;
}
#content-poped-no span {
	cursor: pointer;
}
#step4popModal {
	color: #354650;
	font-family: "Lato", sans-serif;
	font-size: 18px;
}
#step4popModal p {
	margin: 0;
}
#step4popModal .highlighted {
	background-color: #EEFBFF;
}
#step4popModal .tc-blue-text {
	color: #54D1FF;
}
#step4popModal .strong {
	font-weight: bold;
}
#step4popModal .btn-tc-blue {
	border-radius: 6px;
	background-color: #54D1FF;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.11px;
	padding: 14px;
}
#step4popModal .btn-tc-blue:hover {
	background-color: #00aff1;
}
#step4popModal .modal-body {
	padding: 0 40px 40px;
}
#step4popModal .modal-header {
	border: none;
	height: 42px;
	position: relative;
}
#step4popModal .modal-header button.close {
	position: absolute;
	top: 20px;
	right: 20px;
}
#step4popModal .modal-content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#step4popModal .modal-content .main-img {
	margin-bottom: 27px;
}
#step4popModal .modal-content .title {
	margin-bottom: 27px;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
}
#step4popModal .modal-content .body-text {
	line-height: 26px;
	margin-bottom: 32px;
	padding: 0 6px;
}
#step4popModal .modal-content .what-happens {
	font-size: 20px;
	margin-bottom: 21px;
	line-height: 29px;
}
#step4popModal .modal-content .btn {
	margin-bottom: 37px;
}
#step4popModal .modal-content .ongoing-service {
	border-radius: 10px;
	background-color: #EEFBFF;
	padding: 32px 40px 23px;
	margin-bottom: 28px;
}
#step4popModal .modal-content .ongoing-service h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	margin-bottom: 30px;
}
#step4popModal .modal-content .ongoing-service .service-entry {
	position: relative;
}
#step4popModal .modal-content .ongoing-service .service-entry .service-text {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 45px;
}
#step4popModal .modal-content .ongoing-service .img-container {
	width: 35px;
	position: absolute;
	left: 0;
	text-align: center;
}
#step4popModal .modal-dialog .footer-text {
	font-size: 18px;
	line-height: 26px;
	padding:0 80px;
}
#step4popModal .modal-footer {
	border: none;
	padding: 35px 40px 40px 40px;
}
@media (max-width: 575.98px){
	#step4popModal .modal-body {
		padding: 0 20px 20px;
	}
	#step4popModal .modal-content .ongoing-service {
		padding: 32px 20px 20px;
	}
	#step4popModal .modal-dialog .footer-text {
		padding: 0;
	}
	#step4popModal .modal-footer {
		padding: 20px;
	}
}
@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px;
	}
}
@media (min-width: 768px){
	#wrap.other #content-breadcrumbs {
		height: 50px;
		width: 582px;
	}
	#wrap.other #content-breadcrumbs a {
		height: 50px;
		width: 150px;
		line-height: 50px;
		font-size: 16px;
		background: url(../img/flow-white-bother.svg) no-repeat;
	}
	#wrap.other #content-breadcrumbs a.services {
		left: 144px;
	}
	#wrap.other #content-breadcrumbs a.contacts {
		left: 288px;
	}
	#wrap.other #content-breadcrumbs a.done {
		left: 432px;
	}
	#wrap.other #content-breadcrumbs a.active {
		background: url(../img/flow-active-bother.svg) no-repeat;
	}
	#wrap.other #content-breadcrumbs a.confirm {
		background: url(../img/flow-confirm-bother.svg) no-repeat;
	}
	#wrap.other #content-breadcrumbs a.confirm i {
		margin-right: 8px;
	}
	#wrap.other #content-breadcrumbs a:first-child.active {
		background: url(../img/flow-active-bfirst.svg) no-repeat;
	}
	#wrap.other #content-breadcrumbs a:first-child.confirm {
		background: url(../img/flow-confirm-bfirst.svg) no-repeat;
	}
	#wrap.other #content-block-step1 {
		width: 582px;
		padding: 29px 0 40px;
	}
	#wrap.other #content-header-step1 {
		font-size: 36px;
		line-height: 35px;
	}
	#wrap.other #content-input-step1 {
		margin: 31px auto 0;
	}
	#content-block-step1 form {
		margin-top: 38px;
	}
	#content-block-step2 {
		width: 582px;
		padding: 25px 0 40px;
	}
	#content-header-step2 {
		font-size: 36px;
		line-height: 35px;
	}
	#content-requests-step2 {
		margin: 31px auto 0;
		width: 542px;
	}
	#content-service-step2 {
		width: 542px;
		padding: 15px 25px;
	}
	#content-service-step2 div.unit {
		display: table-cell;
		width: 50%;
	}
	#content-service-step2 div.unit:first-child div.table,
	#content-service-step2 div.unit:last-child div.table {
		padding: unset;
	}
	#content-service-step2 div.unit div.table.fix3 {
		padding-left: 30px;
	}
	#content-service-step2 div.unit div.table div.row div.cell:first-child {
		padding: 10px 0;
	}
	#content-service-step2 div.unit div.table div.row div.cell:last-child {
		padding: 10px 0 10px 15px;
	}
	#content-service-step2 div.unit div.table div.row div.cell.fix1:first-child {
		padding: 10px 0 !important;
	}
	#content-service-step2 div.unit div.table div.row div.cell.fix1:last-child {
		padding: 10px 0 10px 15px !important;
	}
	#content-service-step2 div.unit div.table div.row div.cell.fix2:first-child {
		padding: 10px 0 !important;
	}
	#content-service-step2 div.unit div.table div.row div.cell.fix2:last-child {
		padding: 10px 0 10px 15px !important;
	}
	#content-service-step2 div.unit:last-child div.table div.row:first-child div.cell:first-child {
		padding: 10px 0;
	}
	#content-service-step2 div.unit:last-child div.table div.row:last-child div.cell:first-child {
		padding: 3px 0 4px 0;
	}
	#content-service-step2 div.unit:last-child div.table div.row:first-child div.cell:last-child {
		padding: 10px 0 10px 15px;
	}
	#content-service-step2 div.unit:last-child div.table div.row:last-child div.cell:last-child {
		padding: 3px 0 4px 15px;
	}
	div.content-input-step2 {
		width: 542px;
	}
	#content-plan-step2 {
		width: 542px;
	}
	#content-care-step2 {
		width: 542px;
	}
	#content-block-step2 form {
		margin-top: 38px;
	}
	#content-popup-form {
		padding: 30px 10px 43px;
	}
	#content-popup-title {
		font-size: 36px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	#content-popup-mobile {
		display: none;
	}
	#content-popup-desktop {
		display: block;
	}
	#content-popups-form {
		padding: 30px 10px 43px;
	}
	#content-popups-title {
		font-size: 36px;
		line-height: 34px;
		margin-bottom: 40px;
	}
	#content-popups-mobile {
		display: none;
	}
	#content-popups-desktop {
		display: block;
	}
	#content-block-step3 {
		width: 582px;
		padding: 25px 0 40px;
	}
	#content-header-step3 {
		font-size: 36px;
		line-height: 35px;
	}
	#content-vname-step3,
	#content-gname-step3 {
		margin: 30px auto 10px;
		width: 542px;
	}
	#content-variant-step3,
	#content-cargender-step3 {
		padding: 20px 0;
	}
	#content-variant-step3,
	#content-cargender-step3,
	div.content-input-step3 {
		width: 542px;
	}
	#content-variant-step3 div.unit {
		display: table-cell;
		width: 40%;
	}
	#content-cargender-step3 div.unit {
		display: table-cell;
		width: 30%;
	}
	#content-variant-step3 div.unit:first-child,
	#content-variant-step3 div.unit:last-child {
		width: 30%;
	}
	#content-cargender-step3 div.unit:first-child {
		width: 40%;
	}
	#content-variant-step3 div.unit:first-child div.icon,
	#content-cargender-step3 div.unit:first-child div.icon {
		margin: 0 0 0 46px;
	}
	#content-variant-step3 div.unit div.icon,
	#content-cargender-step3 div.unit div.icon {
		margin: 0 0 0 16px;
	}
	#content-variant-step3 div.unit:last-child div.icon,
	#content-cargender-step3 div.unit:last-child div.icon {
		margin: 0 0 0 25px;
	}
	#content-block-step3 form {
		margin-top: 38px;
	}
	#content-image-step3 {
		width: 82px;
		height: 81px;
		background: url(../img/location-big.svg) no-repeat;
	}
	#content-title-step3 {
		font-size: 36px;
		line-height: 1.19;
		width: 542px;
		margin: 14px auto 0;
	}
	#content-description-step3 {
		width: 542px;
		margin: 14px auto 0;
	}
	#content-price-step3 {
		width: 542px;
	}
	div.content-input-step3.big {
		margin: 16px auto 0;
	}
	#content-range-step3 {
		width: 400px;
	}
	#content-hours-step3 {
		width: 542px;
	}
	#content-hours-step3 div.cell span {
		font-size: 18px;
		line-height: 1.11;
	}
	#content-report-step3 {
		margin: 39px auto -10px;
		width: 542px;
	}
	#content-option-step3 {
		width: 542px;
	}
	#content-option-step3 div.cell:first-child {
		width: 25%;
	}
	#content-option-step3 div.cell:last-child {
		width: 75%;
	}
	#content-contacting-step3,
	#content-walk-step3 {
		width: 542px;
	}
	#wrap.other #content-block-step4 {
		width: 582px;
		padding: 55px 0 52px;
	}
	
	#content-header-step4 {
		padding: 0 40px;
	}
	#content-header-step4 strong {
		font-size: 36px;
	}
	#content-trial1-step4 strong,
	#content-trial2-step4 strong {
		font-size: 30px;
	}
	#content-trial1-step4 span,
	#content-trial2-step4 span {
		font-size: 36px;
		line-height: 45px;
	}
	#content-variant-step4 {
		padding: 0 40px;
	}
	#content-variant-step4 div.line div.block {
		font-size: 20px;
		line-height: 30px;
	}
	#content-attention-step4 {
		font-size: 18px;
		line-height: 23px;
		width: 502px;
	}
	#content-yes-step4,
	#content-claim-step4 {
		font-size: 20px;
	}
	#content-no-step4,
	#content-close-step4 {
		font-size: 20px;
	}
	#content-qphone-step4 {
		font-size: 20px;
	}	
	#content-block-step4 form {
		margin-top: 49px;
	}
	#content-image-step4 {
		background: url(../img/assessment-logo-big.svg) no-repeat;
		width: 82px;
		height: 77px;
		margin: -30px auto 0;
	}
	#content-title-step4 {
		font-size: 36px;
		line-height: 1.06;
		width: 542px;
		margin: 17px auto 0;
	}
	#content-description-step4 {
		line-height: 1.33;
		width: 460px;
		margin: 14px auto 0;
	}
	#content-datetime-step4 {
		width: 542px;
		margin: 27px auto 0;
	}
	#content-datetime-step4 div.cell span {
		font-size: 16px;
		margin: 0 0 9px;
	}
	#content-button-step4 {
		margin: 34px auto 0;
	}
	#content-question-step4 {
		margin: 24px 0 -12px;
	}
	#content-poped-form div.content-poped-input div.cell {
		display: table-cell;
		vertical-align: middle;
	}
	#content-poped-form div.content-poped-input div.cell:first-child {
		width: 20%;
	}
	#content-poped-form div.content-poped-input div.cell:last-child {
		width: 80%;
	}
	#content-poped-form div.content-poped-input div.cell span {
		margin: 0 30px 0 0;
	}
	#content-poped-no {
		font-size: 20px;
	}
}
@media (min-width: 922px){
	#wrap.special {
		width: 922px;
		margin: 0 auto;
	}
	#wrap.special #content-breadcrumbs {
		height: 50px;
		width: 582px;
	}
	#wrap.special #content-breadcrumbs a {
		height: 50px;
		width: 150px;
		line-height: 50px;
		font-size: 16px;
		background: url(../img/flow-white-bother.svg) no-repeat;
	}
	#wrap.special #content-breadcrumbs a.services {
		left: 144px;
	}
	#wrap.special #content-breadcrumbs a.contacts {
		left: 288px;
	}
	#wrap.special #content-breadcrumbs a.done {
		left: 432px;
	}
	#wrap.special #content-breadcrumbs a.active {
		background: url(../img/flow-active-bother.svg) no-repeat;
	}
	#wrap.special #content-breadcrumbs a.confirm {
		background: url(../img/flow-confirm-bother.svg) no-repeat;
	}
	#wrap.special #content-breadcrumbs a.confirm i {
		margin-right: 8px;
	}
	#wrap.special #content-breadcrumbs a:first-child.active {
		background: url(../img/flow-active-bfirst.svg) no-repeat;
	}
	#wrap.special #content-breadcrumbs a:first-child.confirm {
		background: url(../img/flow-confirm-bfirst.svg) no-repeat;
	}
	#wrap.special #wrap-left,
	#wrap.special #wrap-right {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	#wrap.special #wrap-right {
		padding-left: 20px;
	}
	#wrap.special #content-block-step1 {
		width: 582px;
		padding: 29px 0 40px;
	}
	#wrap.special #content-header-step1 {
		font-size: 36px;
		line-height: 35px;
	}
	#wrap.special #content-input-step1 {
		margin: 31px auto 0;
	}
}
@media (min-width: 1042px){
	#wrap.special {
		width: 1042px;
	}
	#wrap.special #stanford {
		width: 440px;
		background: #fcf5f7 url(../img/stanford-big.jpg) no-repeat;
	}
	#wrap.special #stanford-text1 {
		margin: 64px auto 0;
	}
}

#content-block-step4 {
    color: #354650;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

#content-block-step4 p {
    margin: 0;
}

#content-block-step4 .highlighted {
    background-color: #EEFBFF;
    display: initial;
}

#content-block-step4 .tc-blue-text {
    color: #54D1FF;
}

#content-block-step4 .strong {
    font-weight: bold;
    display: initial;
}

#content-block-step4 .btn-tc-blue {
    border-radius: 6px;
    background-color: #54D1FF;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.11px;
    padding: 14px;
}

#content-block-step4 .btn-tc-blue:hover {
    background-color: #00aff1;
}

#content-block-step4 .main-img {
    margin-bottom: 27px;
}

#content-block-step4 .title {
    margin-bottom: 27px;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

#content-block-step4 .body-text {
    line-height: 26px;
    margin-bottom: 32px;
    padding: 0 6px;
}

#content-block-step4 .what-happens {
    font-size: 20px;
    margin-bottom: 21px;
    line-height: 29px;
}

#content-block-step4 .ongoing-service {
    border-radius: 10px;
    background-color: #EEFBFF;
    padding: 32px 40px 23px;
    margin-bottom: 28px;
}

#content-block-step4 .ongoing-service h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 30px;
}

#content-block-step4 .ongoing-service .service-entry {
    position: relative;
}

#content-block-step4 .ongoing-service .service-entry .service-text {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 45px;
}

#content-block-step4 .ongoing-service .img-container {
    width: 35px;
    position: absolute;
    left: 0;
    text-align: center;
}

#content-block-step4 .footer-text {
    font-size: 18px;
    line-height: 26px;
    padding:0 75px;
}

#content-block-step4 .modal-footer {
    border: none;
    padding: 35px 40px 40px 40px;
}

@media (max-width: 575.98px) {
    #content-block-step4 .ongoing-service {
        padding: 32px 20px 20px;
    }

    #content-block-step4 .footer-text {
        padding: 0;
    }
}

#content-header-step4 {
    margin-top: 0;
}

#pop-background {
	display: none;
	position: fixed;
	background: rgba(0, 50, 70, 0.6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
	z-index: 999;
}
#pop-background div.pop-form {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 380px;
}
#pop-background div.pop-container {
	background: #fff;
	padding: 30px 20px;
	position: relative;
}
@media (min-width: 768px){
	#pop-background div.pop-container {
		-webkit-border-radius: 6px;
		border-radius: 6px;
		margin: 40px 0;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	}
}
#pop-background div.pop-close {
	background: url(../img/pop-close.svg) no-repeat;
	cursor: pointer;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 12px;
}
#separating-flow1-logo {
    background: url(../img/separating-flow1.svg) no-repeat;
    height: 102px;
    width: 193px;
    margin: 0 auto;
}
#separating-flow1-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0;
}
#separating-flow1-btn1 {
    height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #54d0ff;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
#separating-flow1-btn1:hover {
    background: #00aff1;
}
#separating-flow1-btn2 {
	font-size: 16px;
	font-weight: bold;
	color: #728b9b;
	display: table;
	margin: 27px auto 0;
	cursor: pointer;
}
#separating-flow2-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
div.separating-flow2-variant {
	border: 1px solid #becad3;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 15px;
	cursor: pointer;
	background: url(../img/pop-checkbox.svg) no-repeat 15px center;
	padding-left: 55px;
}
div.separating-flow2-variant.active,
div.separating-flow2-variant:hover {
	border: 1px solid #54d0ff;
	background-color: #eefafe !important;
}
div.separating-flow2-variant.active {
	background: url(../img/pop-checkbox-active.svg) no-repeat 15px center;
}
div.separating-flow2-variant.error {
	border: 1px solid #ff2f4f !important;
	background-color: unset !important;
}
#separating-flow2-text {
	border: 1px solid #C6D0D8;
	height: 130px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	background: #f2f6fb;
	color: #728b9b;
	font-size: 16px;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
}
#separating-flow2-text.active,
#separating-flow2-text:hover {
	border: 1px solid #54d0ff;
	background: #eefafe !important;
}
#separating-flow2-text.error {
	border: 1px solid #ff2f4f !important;
	background: #f2f6fb !important;
}
#separating-flow2-message {
	display: none;
	font-size: 14px;
	margin-bottom: 20px;
	color: #ff2f4f;
}
#separating-flow2-btn {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
#separating-flow2-btn:hover {
	background: #00aff1;
}
#separating-flow2-btn.disabled {
	cursor: default;
	background: #c6d0d8;
}
#separating-flow3-logo {
	background: url(../img/separating-flow3.svg) no-repeat;
	height: 107px;
	width: 109px;
	margin: 0 auto;
}
#separating-flow3-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0;
}
#separating-flow3-btn {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}
#separating-flow3-btn:hover {
	background: #00aff1;
}
#payment-flow {
	max-width: 500px !important;
}
#payment-flow-logo {
	background: url(../img/payment-flow-logo.svg) no-repeat;
	height: 42px;
	width: 282px;
	margin: 0 auto;
}
#payment-flow-price {
	font-size: 24px;
	text-align: center;
	line-height: 28px;
	margin-top: 30px;
}
#payment-flow-price span {
	color: #4acaff;
}
#payment-flow-title {
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	margin-top: 27px;
}
#payment-flow-title span {
	color: #4acaff;
}
#payment-flow-info {
	border: 2px solid #e2ebee;
	position: relative;
	padding: 30px 20px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	max-width: 300px;
	margin: 40px auto 0;
}
#payment-flow-info span {
	position: absolute;
	font-size: 16px;
	top: -20px;
	left: 10px;
	background: #fff;
	right: 10px;
	text-align: center;
}
#payment-flow-info ul {
	list-style: none;
	margin: 0 auto;
	display: table;
}
#payment-flow-info ul li {
	font-size: 16px;
	height: 29px;
	line-height: 29px;
	padding: 10px 0 10px 45px;
}
#payment-flow-info ul li.salary {
	background: url(../img/payment-flow-salary.svg) no-repeat left center;
}
#payment-flow-info ul li.check {
	background: url(../img/payment-flow-check.svg) no-repeat left center;
}
#payment-flow-info ul li.taxes {
	background: url(../img/payment-flow-taxes.svg) no-repeat left center;
}
#payment-flow-info ul li.replacements {
	background: url(../img/payment-flow-replacements.svg) no-repeat left center;
}
#payment-flow-btn1 {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
}
#payment-flow-btn1:hover {
	background: #00aff1;
}
#payment-flow-btn2 {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
@media (min-width: 360px){
	#payment-flow-btn2 span {
		background: url(../img/talk-with-manager.svg) no-repeat left center;
		padding-left: 25px;
	}
}
#payment-flow-btn2:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}
#payment-flow-btn3 {
	display: none;
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	color: #354650;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	box-sizing: border-box;
	text-decoration: none;
}
#payment-flow-btn3:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}
#payment-flow-note {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 20px 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 20px;
	background: #eaf9ff;
}
#talk-flow-title {
	font-size: 24px;
	text-align: center;
}
#talk-flow-title a {
	color: #54d0ff;
	text-decoration: none;
}
#talk-flow-else {
	border-top: 1px solid #becad3;
	position: relative;
	margin-top: 40px;
}
#talk-flow-else span {
	position: absolute;
	top: -12px;
	left: 50%;
	text-align: center;
	background: #fff;
	padding: 0 10px;
	margin-left: -18px;
}
#talk-flow-btn1 {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	color: #354650;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 43px;
	box-sizing: border-box;
	cursor: pointer;
}
#talk-flow-btn1 span {
	background: url(../img/chat-online.svg) no-repeat left center;
	padding-left: 30px;
}
#talk-flow-btn1:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}
#talk-flow-btn2 {
	display: block;
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	color: #354650;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 20px;
	box-sizing: border-box;
	text-decoration: none;
}
#talk-flow-btn2 span {
	background: url(../img/schedule-a-call.svg) no-repeat left center;
	padding-left: 30px;
}
#talk-flow-btn2:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}
#content-center-step3i {
	margin: 0 20px 0 20px;
}
#content-header-step3i {
	font-size: 16px;
	line-height: 37px;
	text-align: center;
}
#content-logo-step3i {
	/*background: url(../img/interviews-logo.svg) no-repeat;*/
	width: 194px;
	height: 123px;
	margin: 30px auto 0;
}
#content-title-step3i {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	max-width: 440px;
	margin: 20px auto 0;
}
#content-info-step3i {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	margin: 30px auto 0;
	max-width: 320px;
}
#content-info-step3i span {
	color: #54d0ff;
}
#content-tbheader-step3i {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
#content-tbbody-step3i {
	display: table;
	width: 100%;
	margin-top: 10px;
}
#content-tbbody-step3i div.row {
	display: table-row;
}
@media (min-width: 768px){
	#content-tbbody-step3i div.row {
		display: table-cell;
		width: 50%;
		vertical-align: top;
		padding: 10px 0;
	}
	#content-tbbody-step3i div.row:first-child {
		padding-right: 10px;
	}
	#content-tbbody-step3i div.row:last-child {
		padding-left: 10px;
	}
}
#content-tbbody-step3i div.cell {
	display: table-cell;
	padding: 10px 0;
}
@media (min-width: 768px){
	#content-tbbody-step3i div.cell {
		display: block;
		padding: 0;
	}
}
#content-tbbody-step3i div.border {
	border: 1px solid #becad3;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 30px 0;
}
#content-tbbody-step3i div.logo {
	margin: 0 auto;
}
#content-tbbody-step3i div.logo.individual {
	/*background: url(../img/interviews-individual.svg) no-repeat;*/
	width: 23px;
	height: 30px;
}
#content-tbbody-step3i div.logo.agency {
	/*background: url(../img/interviews-agency.svg) no-repeat;*/
	width: 24px;
	height: 30px;
}
#content-tbbody-step3i div.name {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
#content-tbbody-step3i div.price {
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
#content-tbbody-step3i div.marker {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#content-description-step3i {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
#content-option-step3i {
	list-style: none;
	margin: 20px auto 0;
	display: table;
}
#content-option-step3i li {
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 10px 0 10px 0px;
}

#content-option-step3i li img {
	vertical-align: middle;
}

.for-img {
	width: 30px;
	text-align: left;
	margin-right: 15px;
	display: inline-block;
}


#content-option-step3i li.salary {
	/*background: url(../img/interviews-salary.svg) no-repeat left center;*/
}
#content-option-step3i li.check {
	/*background: url(../img/interviews-check.svg) no-repeat left center;*/
}
#content-option-step3i li.taxes {
	/*background: url(../img/interviews-taxes.svg) no-repeat left center;*/
}
#content-option-step3i li.insurance {
	/*background: url(../img/interviews-insurance.svg) no-repeat left center;*/
}
#content-option-step3i li.replacements {
	/*background: url(../img/interviews-replacements.svg) no-repeat left center;*/
}
#content-line-step3i {
	height: 1px;
	background: #c6d0d8;
	margin: 30px 0;
}
#content-more-step3i {
	font-size: 24px;
	text-align: center;
}
#content-bt1-step3i {
	height: 55px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	cursor: pointer;
	color: #fff;
	font-size: 14px;	
	text-align: center;
	line-height: 55px;	
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;

}
@media (min-width: 768px){
	#content-bt1-step3i {
		font-size: 16px;
	}
}
#content-bt1-step3i span {
	background: url(../img/interviews-start.svg) no-repeat left center;
	padding-left: 35px;
}
#content-bt1-step3i:hover {
	background: #00aff1;
}
#content-bt2-step3i {
	height: 55px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	color: #354650;
	font-size: 14px;
	text-align: center;
	line-height: 55px;	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;	
	box-sizing: border-box;
	cursor: pointer;

}


@media (min-width: 768px){
	#content-bt2-step3i {
		font-size: 16px;
	}
}
#content-bt2-step3i span {
	background: url(../img/interviews-talk.svg) no-repeat left center;
	padding-left: 30px;
}
#content-bt2-step3i:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}
#content-bt3-step3i {
	display: block;
	height: 55px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	color: #354650;
	font-size: 14px;
	text-align: center;
	line-height: 55px;	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;	
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}
@media (min-width: 768px){
	#content-bt3-step3i {
		font-size: 16px;
	}
}
#content-bt3-step3i span {
	background: url(../img/interviews-done.svg) no-repeat left center;
	padding-left: 30px;
}
#content-bt3-step3i:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}
div.content-guaranteed {
	margin-top: 10px !important;
}
div.guaranteed {
	font-size: 16px;
	cursor: pointer;
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0 20px 0 30px;
}
div.guaranteed:hover span {
	display: unset;
}
div.guaranteed::before {
	content: "";
	background: url(../img/guaranteed-handup.svg) no-repeat;
	height: 22px;
	width: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
div.guaranteed::after {
	content: "";
	height: 14px;
	width: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
div.guaranteed.white::after {
	background: url(../img/guaranteed-question-white.svg) no-repeat;
}
div.guaranteed.black::after {
	background: url(../img/guaranteed-question-black.svg) no-repeat;
}
div.guaranteed.white {
	color: #fff;
}
div.guaranteed span {
	display: none;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -155px;
	background: #354650;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	padding: 10px 10px 15px 10px;
	width: 290px;
}
div.guaranteed span i {
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #354650;
	height: 16px;
	width: 16px;
	margin-bottom: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
@media (min-width: 560px){
	div.guaranteed span {
		left: unset;
		margin-left: unset;
		right: -140px;
	}
}
#content-calendar-step2 {
	margin: 30px 20px 0 20px;
}
#content-calendar-step2 > span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#content-calendar-step2 div.day-week {
	height: 46px;
	border: 2px solid #c6d0d8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	line-height: 46px;
	padding: 0 10px 0 45px;
	background: #f2f6fc url(../img/flow-check.svg) no-repeat 10px center;
	cursor: pointer;
}
#content-calendar-step2 div.day-week.active {
	border: 2px solid #54d0ff;
	background: #eefafe url(../img/flow-check-active.svg) no-repeat 10px center;
}
#content-calendar-step2 div.day-week.attention {
	border: 2px solid #ff2f4f;
}
#content-calendar-step2 div.day-week span {
	display: block;
}
#content-calendar-step2 div.day-week span:first-child {
	float: left;
	font-size: 16px;
}
#content-calendar-step2 div.day-week span:last-child {
	float: right;
	font-size: 14px;
	font-style: italic;
}
@media (min-width: 768px){
	#content-calendar-step2 div.day-week {
		padding: 0 25px 0 70px;
		background: #f2f6fc url(../img/flow-check.svg) no-repeat 25px center;
	}
	#content-calendar-step2 div.day-week.active {
		background: #eefafe url(../img/flow-check-active.svg) no-repeat 25px center;
	}
	#content-calendar-step2 div.day-week span:first-child {
		font-size: 18px;
	}
}
#calendar-flow1-title {
	font-size: 16px;
	color: #728b9b;
}
#calendar-flow1-title span {
	font-size: 20px;
	color: #354650;
}
#calendar-flow1-interval {
	font-size: 16px;
	margin-top: 10px;
}
#calendar-flow1-interval tr td {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	border-top: 1px solid #c6d0d8;
	border-left: 1px solid #c6d0d8;
	cursor: pointer;
	width: 16.666666666666667%;
}
#calendar-flow1-interval tr td.clear {
	border: 0 !important;
	text-align: left;
	font-size: 20px;
	padding-top: 15px;
	cursor: default;
}
#calendar-flow1-interval tr td.active {
	background: #54d0ff;
	color: #fff;
}
#calendar-flow1-interval tr td.interval {
	background: #e9f9ff;
}
#calendar-flow1-interval tr.bottom td {
	border-bottom: 1px solid #c6d0d8;
}
#calendar-flow1-interval tr.top td:first-child {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}
#calendar-flow1-interval tr.top td:last-child {
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#calendar-flow1-interval tr.bottom td:first-child {
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#calendar-flow1-interval tr.bottom td:last-child {
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#calendar-flow1-interval tr td:last-child {
	border-right: 1px solid #c6d0d8;
}
#calendar-flow1-interval tr td span {
	font-size: 10px;
}
#calendar-flow1-message {
	display: none;
	margin-top: 20px;
	font-size: 14px;
	color: red;
}
#calendar-flow1-save {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
}
#calendar-flow1-save:hover {
	background: #00aff1;
}
#calendar-flow1-several {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
#calendar-flow1-several:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}
#calendar-flow2-title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
#calendar-flow2-title i {
	background: url(../img/back.svg) no-repeat;
	width: 9px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 7px;
	cursor: pointer;
}
#calendar-flow2 div.day-week {
	height: 48px;
	border: 1px solid #becad3;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	line-height: 48px;
	padding-left: 70px;
	background: url(../img/flow-check.svg) no-repeat 25px center;
	cursor: pointer;
	font-size: 18px;
}
#calendar-flow2 div.day-week.active {
	border: 1px solid #54d0ff;
	background: #eefafe url(../img/flow-check-active.svg) no-repeat 25px center;
}
#calendar-flow2-message {
    display: none;
    margin-top: 20px;
    font-size: 14px;
    color: red;
}
#calendar-flow2-btn {
	margin-top: 20px;
	width: 100%;
	display: table;
}
#calendar-flow2-btn div.cell {
	display: table-cell;
	width: 50%;
}
#calendar-flow2-apply {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin-right: 10px;
}
#calendar-flow2-apply:hover{
	background: #00aff1;
}
#calendar-flow2-cancel {
	height: 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 10px;
}
#calendar-flow2-cancel:hover{
	background: #f2fcff;
	border: 1px solid #c5efff;
}
#content-conditions-step2 {
    margin: 30px 20px 0 20px;
}
#content-conditions-step2 > span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
#content-conditions-step2 ul {
    list-style: none;
    border: 2px solid #c6d0d8;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px 25px;
    background: #f2f6fc;
}
#content-conditions-step2 ul li {
    padding: 10px 0;
    font-size: 18px;
}
#content-conditions-step2 ul li span {
    cursor: pointer;
    background: url(../img/flow-check.svg) no-repeat left center;
    display: table;
    height: 28px;
    padding-left: 45px;
    line-height: 28px;
}
#content-conditions-step2 ul li.active span {
    background: url(../img/flow-check-active.svg) no-repeat left center;
}
#preferred-language {
	margin: 30px 20px 0 20px;
}
#preferred-language span.title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#preferred-language select {
	display: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid 2px #54d0ff;
}
.select2-container--default .select2-selection--multiple {
	background: #f2f6fc;
	border: solid 2px #c6d0d8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	min-height: 60px;
	font-size: 18px;
	color: #2b2b2b;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child input {
	padding: 10px 20px 0;
}


/*MAX*/
#content-bt4-step3i{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;	
	box-sizing: border-box;
	display: flex;
    justify-content: space-between;
}

.next-buttons{
	width: 80px;
	display: inline-block;
	height: 55px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	border: 1px solid #becad3;
	color: #354650;
	font-size: 14px;
	text-align: center;
	line-height: 55px;	
	margin:0;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
}

@media (min-width: 768px){
	.next-buttons {
		font-size: 16px;
		width: 100px;
	}
}
#content-bt4-step3i-save span {
	background: url(../img/Save.svg) no-repeat left center;
	padding-left: 30px;
}
#content-bt4-step3i-print span {
	background: url(../img/Print.svg) no-repeat left center;
	padding-left: 30px;
}
#content-bt4-step3i-email span {
	background: url(../img/Email.svg) no-repeat left center;
	padding-left: 30px;
}
.next-buttons:hover {
	background: #f2fcff;
	border: 1px solid #c5efff;
}

#content-header-print-step3i, #content-header-hr-step3i, #content-topmenu-step3i {
	display: none;
}

#svg-logo{
	width:194px;
}

#email-success-logo{
    background: url('../img/successful.svg') no-repeat center center;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    height: 80px;
}

#email-failed-logo{
    background: url('../img/failed.svg') no-repeat center center;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    height: 80px;
}

#email-request-logo{
    background: url('../img/Email-logo1.png') no-repeat center center;
    display: block !important;
    margin: 0 auto !important;   
    height: 100px;
}

.email-title {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0;
}

#email-request .email-title {
	margin-top: 10px;
}

#email-request-address {
	border: 1px solid #C6D0D8;
	height: 55px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	background: #f2f6fb;
	color: #728b9b;
	font-size: 16px;
	padding: 15px;
	width: 100%;
}

#email-request-address:focus{
	border: solid 1px #54d0ff;
}


#email-request-submit {
    height: 55px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #54d0ff;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}


.label-error{
  font-size: 14px;
  color: #FF2F4F;
  margin-top: 7px;
  display: block;
}


@media print {
	
	@page { 
		margin-top: 0; 
		margin-bottom: 0;
		margin-left: 1.2cm;
		margin-right: 1.2cm;
  		padding: 0;

	} 

    body {
    	margin: 0;
    	padding: 0;
	    -webkit-print-color-adjust: exact;
	    print-color-adjust: exact;
	}	
	
	#content-block-step3 {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;	
	}

	#back{
		display: none;
	}

	#wrap.other #content-breadcrumbs {
		display: none;
	}	

	#content-line-step3i, #content-more-step3i, #content-bt1-step3i, #content-bt2-step3i, #content-bt3-step3i, #content-bt4-step3i {
		display: none;
	}

	#content-tbbody-step3i {
	    display: table;
	    width: 100%;
	}

	#content-info-step3i {
		max-width: 100%;
		font-size: 18px;
	}

	#content-description-step3i {
		font-size: 18px;
		padding-left: 0.25cm;
		padding-right: 0.25cm;
		margin-top: 1cm;
	}

	#content-header-step3i{
		font-size: 18px;
	}

	#content-tbbody-step3i div.name{
		font-size: 18px;
	}

	#content-tbbody-step3i div.price {
		font-size: 22px;
	}

	#content-tbbody-step3i div.marker{
		font-size: 18px;
	}

	#content-tbheader-step3i {
		font-size: 18px;
	}

	#content-tbbody-step3i div.row {
	    display: table-cell;
	    width: 50%;
	    vertical-align: top;
	    padding-top: 0.5cm;
	}

	#content-tbbody-step3i div.cell {
	    display: block;
	    padding: 0;
	}
	#content-tbbody-step3i div.row:first-child {
    	padding-right: 0.5cm;	
    }
    #content-tbbody-step3i div.row:last-child {
    	padding-left: 0.5cm;
	}


	#content-option-step3i {
		margin-top: 1cm;
		display: flex;
    	justify-content: space-between;
	}

	#content-option-step3i li{
		font-size: 18px;
	    height: 40px;
	    line-height: auto;
	    padding: 0;
	    display: inline-block;
	    width: 120px;
	    text-align: center;
	    /*border: 1px solid red;*/
	    background-position: top center !important;
	    vertical-align: top !important;
	}

	.for-img {
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}


	#content-header-print-step3i {
		font-size: 15px;
		line-height: 50px;
		text-align: center;
		display: block;
		color: #728B9B;
		
	}

	#content-header-hr-step3i {
		height: 1px;
		border-top: 0.1mm solid #C6D0D8;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		margin-top: 20px;
	}


	#content-topmenu-step3i{
		display: flex;
    	justify-content: space-between;
		width: 100%;
		font-size: 18px;
	}

	#content-topmenu-step3i img {
		vertical-align: middle;
	}

	#content-topmenu-step3i-logo {
		display: inline-block;
		line-height: 30px;
	}

	#content-topmenu-step3i-logo img {
		vertical-align: top;
	}

	#content-topmenu-step3i-email
	{
		display: inline-block;
		line-height: 30px;
	}
	#content-topmenu-step3i-email img, #content-topmenu-step3i-phone img{
		margin-right: 5px;
	}
	
	#content-topmenu-step3i-phone{
		display: inline-block;
		line-height: 30px;
	}

}